lcDrwAddLinetype Home

Adds a new linetype into a drawing.

 HANDLE lcDrwAddLinetype (
   HANDLE hDrw,
   LPCWSTR szName,
   LPCWSTR szDefinition
 );

Parameters
hDrw
  Handle to a drawing object.
szName
  Linetype name. Must be different from exist linetypes.
szDefinition
  Linetype definition in a text form.

Return Value

  Handle to a new linetype.
If the function fails, the return value is NULL.

See Also

  lcDrwAddLinetypeF